home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TFLOATINGWINDOWFORM / TFLOATINGWINDOWFORM.txt < prev   
Text File  |  1997-02-27  |  1KB  |  67 lines

  1. object FloatingWindowForm: TFloatingWindowForm
  2.   Left = 557
  3.   Top = 342
  4.   Width = 205
  5.   Height = 176
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Tracking = True
  8.   Caption = 'FloatingWindowForm'
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object PaintBox: TNeoBookPaintBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 21
  24.     Height = 21
  25.     OnMouseDown = PaintBoxMouseDown
  26.     OnMouseMove = PaintBoxMouseMove
  27.     OnPaint = PaintBoxPaint
  28.   end
  29.   object SizeBox: TNeoBookImage
  30.     Left = 84
  31.     Top = 56
  32.     Width = 16
  33.     Height = 16
  34.     Cursor = crSizeNWSE
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     Visible = False
  38.     OnMouseDown = SizeBoxMouseDown
  39.   end
  40.   object VScrollBar: TScrollBar
  41.     Left = 156
  42.     Top = 12
  43.     Width = 16
  44.     Height = 121
  45.     Ctl3D = False
  46.     Kind = sbVertical
  47.     ParentCtl3D = False
  48.     TabOrder = 0
  49.     TabStop = False
  50.     Visible = False
  51.     OnScroll = ScrollBarScroll
  52.   end
  53.   object HScrollBar: TScrollBar
  54.     Left = 16
  55.     Top = 120
  56.     Width = 121
  57.     Height = 16
  58.     Ctl3D = False
  59.     ParentCtl3D = False
  60.     SmallChange = 8
  61.     TabOrder = 1
  62.     TabStop = False
  63.     Visible = False
  64.     OnScroll = ScrollBarScroll
  65.   end
  66. end
  67.